cody - HTMLify profile
files of /cody/swapnilsparsh/30DaysOfJavaScript/130 - Get Mouse Position/
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
let output = document.getElementById("output");
window.addEventListener("mousemove",(e)=>{
let xPos=e.clientX;
let yPos=
window.addEventListener("mousemove",(e)=>{
let xPos=e.clientX;
let yPos=